flowchart TB
collect("Collect Data")
align("Align to Darwin Core")
create("Create a Darwin Core Archive (DwC-A)")
register("Register DwC-A with OBIS/GBIF")
collect-->align-->create-->register
classDef default fill:#F9E9B5,stroke-width:0px,font-size:48pt;